home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Format 1996 October
/
MacFormat CD Edition MF42 (October 1996).ISO
/
mac
/
MacFormat 42 Browser
/
SOURCES
/
oIntro_Screen_1.k
< prev
next >
Wrap
Text File
|
1996-08-07
|
799b
|
48 lines
object oIntro_Screen_1 is cDefaultContainer
with
Binder is oBinder;
Label is 0;
Items is [
oBox___BG_1_2,
oBall_movie_1_4
];
end;
object oBox___BG_1_2 is cPictureHandler
with
Duration is -1;
Supplier is oBox___BG_13_;
Behavior is cVRBehavior
has
with
Enabled is true; Shown is true;
X is 0; Y is 0; Width is 640; Height is 480;
end;
end;
object oBall_movie_1_4 is cMovieHandler
with
Supplier is oBall_movie_12_;
Behavior is cVRBehavior
has
Onscreen(theTarget)
do
theTarget.Run(true);
end;
Finished(theTarget)
do
oBinder.SetTransition(oDissolve, 30);
oInterlude.SetPicture(oBlur_Main_Menu_pict_23_);
oBinder.Goto(oMain_Menu_2);
end;
with
Enabled is true; Shown is true;
X is 159; Y is 50; Width is 320; Height is 240;
end;
end;